home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / rebecca.dir / 00038_M3.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  271 b   |  17 lines

  1. on mouseDown
  2.   puppetSprite(7, 1)
  3.   set the width of sprite 7 to 36
  4.   set the height of sprite 7 to 20
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   puppetSprite(7, 0)
  10.   puppetSound("Cloth Rip 1")
  11.   updateStage()
  12.   repeat while soundBusy(1)
  13.     nothing()
  14.   end repeat
  15.   go("M3")
  16. end
  17.